home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / CARPENTER / STRONGHL / !StrongHlp / !Configure < prev    next >
Text File  |  1998-06-17  |  2KB  |  64 lines

  1. # Configure file for StrongHelp
  2. # Lines starting with "# " are comments (Note the space)
  3. # Lines starting with "#Commands" and "#End" are *not* comments.
  4.  
  5. #Commands
  6.  
  7. # f0  = Sassoon.Primary           14   Bold  1  Italic  2  Both  3
  8. # f1  = Sassoon.Primary.Bold      14   Bold  1  Italic  2  Both  3
  9. # f2  = Homerton.Medium.Oblique   14   Bold  1  Italic  2  Both  3
  10. # f3  = Homerton.Bold.Oblique     14   Bold  1  Italic  2  Both  3
  11.  
  12. # The Body font
  13.  
  14. f0  = Trinity.Medium          14   Bold  1  Italic  2  Both  3
  15. f1  = Trinity.Bold            14   Bold  1  Italic  2  Both  3
  16. f2  = Trinity.Medium.Italic   14   Bold  1  Italic  2  Both  3
  17. f3  = Trinity.Bold.Italic     14   Bold  1  Italic  2  Both  3
  18.  
  19. # The Headline fonts
  20.  
  21. f10 = Homerton.Bold           26
  22. f11 = Homerton.Bold.Oblique   20
  23. f12 = Trinity.Bold            18
  24. f13 = Trinity.Bold.Italic     16
  25. f14 = Trinity.Medium          14
  26. f15 = Trinity.Medium.Italic   14
  27.  
  28. # Wimpsymbol
  29.  
  30. f19 = WimpSymbol              14   Bold 19  Italic 19  Both 19
  31. fWimpSymbol = f19
  32.  
  33. # The fonts used for fCode
  34.  
  35. f20 = Corpus.Medium           14   Bold 21  Italic 22  Both 23
  36. f21 = Corpus.Bold             14   Bold 21  Italic 22  Both 23
  37. f22 = Corpus.Medium.Oblique   14   Bold 21  Italic 22  Both 23
  38. f23 = Corpus.Bold.Oblique     14   Bold 21  Italic 22  Both 23
  39.  
  40. # Fonts 24 to 31 are reserved for the manuals themselves.
  41.  
  42. # The styles..
  43.  
  44. fStd       = f0  rgb 0,0,0  align left
  45. fLink      = f_*
  46. fStrong    = f*
  47. fEmphasis  = f/
  48. fUnderline = f_
  49. fCode      = f20
  50. fCite      = f/  rgb 50,50,50
  51.  
  52. fH1        = f10 Align Centre
  53. fH2        = f11 Align Centre
  54. fH3        = f12 Align Centre
  55. fH4        = f13 Align Left
  56. fH5        = f14 Align Left
  57. fH6        = f15 Align Left
  58.  
  59. # Set default background and font
  60.  
  61. Background wimp 1
  62. fStd
  63.  
  64. #End